home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Format (South-Africa) 2001 June
/
PCFJune.iso
/
mweb
/
MWEB Utils
/
ws295sdk.exe
/
Ws2sdkzp.exe
/
SAMPLES
/
SDKENV.BAT
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1997-06-06
|
217 b
|
11 lines
if "%1" == "" goto usage
set include=%1\include;%include%
set lib=%1\lib;%lib%;
goto end
:usage
echo usage: "sdkenv <sdkdir>"
echo where sdkdir is the directory in which you installed the winsock sdk
:end